Skip to content

Conversation

@allglc
Copy link
Collaborator

@allglc allglc commented Oct 22, 2025

Description

Make all estimators used as inputs of sklearn.utils.validation.check_is_fitted inherit from sklearn.base.BaseEstimator to adapt to new estimator tags from scikit-learn 1.8+.

Fixes #775

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5ee9406) to head (d178651).
⚠️ Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #780   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           56        56           
  Lines         6325      6411   +86     
  Branches       360       368    +8     
=========================================
+ Hits          6325      6411   +86     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ogrisel
Copy link

ogrisel commented Nov 7, 2025

@allglc you PR now has several conflicts with the main branch.

@GBrelurut
Copy link
Collaborator

Hello @ogrisel , we are currently working on another fix which will be the one merged on the main branch. I will delete this branch and associated PR as soon as we validate the other solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: The following error was raised: 'EnsembleRegressor' object has no attribute '__sklearn_tags__' with the scikit-learn dev branch

5 participants